home *** CD-ROM | disk | FTP | other *** search
/ Telstar Electronic Studios (UK) (Press Kit) / Telstar Electronic Studios (UK) (Press Kit).bin / pc / tes_ects / inprod.dir / 00103.ls < prev    next >
Encoding:
Text File  |  1996-01-01  |  725 b   |  43 lines

  1. on idle
  2.   if rollOver(19) then
  3.     set the ink of sprite 20 to 0
  4.   else
  5.     set the ink of sprite 20 to 39
  6.   end if
  7.   if rollOver(21) then
  8.     set the castNum of sprite 21 to 52
  9.   else
  10.     set the castNum of sprite 21 to 51
  11.   end if
  12. end
  13.  
  14. on exitFrame
  15.   if soundBusy(2) = 0 then
  16.     sound playFile 2, "BH.AIF"
  17.   end if
  18.   if rollOver(5) then
  19.     puppetSprite(21, 0)
  20.     go("1")
  21.   end if
  22.   if rollOver(6) then
  23.     puppetSprite(21, 0)
  24.     go("2")
  25.   end if
  26.   if rollOver(7) then
  27.     puppetSprite(21, 0)
  28.     go("3")
  29.   end if
  30.   if rollOver(8) then
  31.     puppetSprite(21, 0)
  32.     go("4")
  33.   end if
  34.   if rollOver(9) then
  35.     puppetSprite(21, 0)
  36.     go("5")
  37.   end if
  38.   if rollOver(10) then
  39.     puppetSprite(21, 0)
  40.     go("6")
  41.   end if
  42. end
  43.